home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Education / School of Athens / background_3566.txt < prev    next >
Encoding:
Text File  |  1988-05-17  |  1.7 KB  |  88 lines

  1. -- background: 3566 from stack: in
  2. -- bmap block id: 9895
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=470 top=8 right=47 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 21060 / 21060
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Help
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set lockScreen to true
  23.   show card field "Card Help"
  24.   show card field "Card Title"
  25.   show card button "Help Away"
  26.   set lockScreen to false
  27. end mouseUp
  28.  
  29.  
  30. -- part 3 (button)
  31. -- low flags: 00
  32. -- high flags: 0000
  33. -- rect: left=0 top=305 right=342 bottom=81
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: 
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   visual effect iris close
  45.   go card "Schematic"
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=475 top=46 right=78 bottom=510
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 11045 / 11045
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Home
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect iris close
  65.   go home
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 5 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=469 top=295 right=324 bottom=505
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 2162 / 2162
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Return
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual effect iris close
  85.   pop card
  86. end mouseUp
  87.  
  88.